nix: add compatibility files
This commit is contained in:
parent
3072c548cd
commit
0f66968a9c
|
@ -0,0 +1,4 @@
|
|||
import (builtins.fetchTarball {
|
||||
url = "https://github.com/edolstra/flake-compat/archive/12c64ca55c1014cdc1b16ed5a804aa8576601ff2.tar.gz";
|
||||
sha256 = "0jm6nzb83wa6ai17ly9fzpqc40wg1viib8klq8lby54agpl213w5";
|
||||
})
|
|
@ -0,0 +1 @@
|
|||
(import ./compat.nix { src = ./.; }).defaultNix
|
|
@ -59,7 +59,7 @@
|
|||
generic = import ./nix/generic.nix { inherit version meta; };
|
||||
|
||||
pythonComponents = [
|
||||
"vlsisapd" "hurricane" "crlcore" "flute" "etesian"
|
||||
"hurricane" "crlcore" "flute" "etesian"
|
||||
"anabatic" "katana" "bora" "katabatic" "kite"
|
||||
"tutorial" "unicorn" "oroshi" "cumulus"
|
||||
];
|
||||
|
|
|
@ -9,5 +9,6 @@ let pkg =
|
|||
pythonImportsCheck = [ "SPICE" "LIBERTY" "DTR" "Cfg" "CIF" "AGDS" ];
|
||||
|
||||
meta.license = lib.licenses.gpl2Plus;
|
||||
meta.broken = true;
|
||||
};
|
||||
in generic pkg
|
||||
|
|
Loading…
Reference in New Issue