treewide: replace make/build/configure/patchFlags with nix lists
This commit is contained in:
@@ -13,7 +13,7 @@ in stdenv.mkDerivation {
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ libxml2 gtk shared-mime-info libSM ];
|
||||
NIX_LDFLAGS = [ "-ldl" "-lm" ];
|
||||
NIX_LDFLAGS = "-ldl -lm";
|
||||
|
||||
patches = [
|
||||
./rox-filer-2.11-in-source-build.patch
|
||||
@@ -23,7 +23,7 @@ in stdenv.mkDerivation {
|
||||
setSourceRoot = "export sourceRoot=rox-filer-${version}/ROX-Filer/";
|
||||
|
||||
# patch source with defined patches
|
||||
patchFlags = "-p0";
|
||||
patchFlags = [ "-p0" ];
|
||||
|
||||
# patch the main.c to disable the lookup of the APP_DIR environment variable,
|
||||
# which is used to lookup the location for certain images when rox-filer
|
||||
|
||||
Reference in New Issue
Block a user