treewide: replace make/build/configure/patchFlags with nix lists
This commit is contained in:
@@ -245,7 +245,7 @@ stdenv.mkDerivation rec {
|
||||
})
|
||||
./firmware_location.patch
|
||||
];
|
||||
patchFlags = "-p0";
|
||||
patchFlags = [ "-p0" ];
|
||||
|
||||
configureFlags = [ "--enable-dependency-reduction" "--disable-frontend"];
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ in stdenv.mkDerivation {
|
||||
sha256 = "0jx2wqmc7602dxyj19n3h8x0cpy929h7c0h39vcc5rf0q74fh3id";
|
||||
};
|
||||
|
||||
makeFlags = "PREFIX=$(out)";
|
||||
makeFlags = [ "PREFIX=$(out)" ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ scons libX11 libusb1 boost glib dbus-glib ];
|
||||
dontUseSconsInstall = true;
|
||||
|
||||
Reference in New Issue
Block a user