mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-19 20:41:54 +03:00
php: do not define defaultPackage
This commit is contained in:
parent
85a9df6d9c
commit
6c22a0762b
@ -36,9 +36,6 @@
|
||||
} @ args: let
|
||||
l = lib // builtins;
|
||||
|
||||
# the main package
|
||||
defaultPackage = packages."${defaultPackageName}"."${defaultPackageVersion}";
|
||||
|
||||
# packages to export
|
||||
packages =
|
||||
lib.mapAttrs
|
||||
@ -130,6 +127,6 @@
|
||||
# apply packageOverrides to current derivation
|
||||
produceDerivation name pkg;
|
||||
in {
|
||||
inherit defaultPackage packages;
|
||||
inherit packages;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user