summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCayetano Santos <csantosb@inventati.org>2026-03-11 08:48:17 +0100
committerCayetano Santos <csantosb@inventati.org>2026-03-11 10:53:31 +0100
commit6d68127ff530548d3929f668802cad3eb30edd48 (patch)
tree16c6e2e8179b7ec49d05af6e8d53b403ec944f64
parent08c1be701d833da632eb77a6d0ccd0be6acc8b31 (diff)
gnu: python-klayout: Use klayout sources.
* gnu/packages/electronics.scm (python-klayout)[version, source]: Identify with that of klayout. Change-Id: I5886a5ceec93c930608549ef63bf42027b3fd246
-rw-r--r--gnu/packages/electronics.scm12
1 files changed, 2 insertions, 10 deletions
diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm
index a5e1007f44a..4a325675c41 100644
--- a/gnu/packages/electronics.scm
+++ b/gnu/packages/electronics.scm
@@ -2601,16 +2601,8 @@ for @acronym{EDA, elecronic design automation} and chip design.")))
(define-public python-klayout
(package
(name "python-klayout")
- (version "0.30.6") ;keep in sync with klayout
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/klayout/klayout")
- (commit (string-append "v" version))))
- (sha256
- (base32 "0p4achjlynhg5wc0zmxkzljx115l7vcg3mp3f8i8pjydv8visnh4"))
- (file-name (git-file-name name version))))
+ (version (package-version klayout))
+ (source (package-source klayout))
(build-system pyproject-build-system)
(arguments
(list