Merge pull request #31390 from Ma27/fix-buildphase-expressions
treewide: get rid of invalid `buildPhases` argument
This commit is contained in:
@@ -16,7 +16,6 @@ stdenv.mkDerivation rec {
|
||||
playerctl
|
||||
];
|
||||
|
||||
buildPhases = [ "unpackPhase" "patchPhase" "installPhase" ];
|
||||
makeFlags = [
|
||||
"PREFIX=$(out)/bin"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user