treewide: remove redundant quotes
This commit is contained in:
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
# name of library file ("libzn_poly.so")
|
||||
libbasename = "libzn_poly";
|
||||
libext = "${stdenv.targetPlatform.extensions.sharedLibrary}";
|
||||
libext = stdenv.targetPlatform.extensions.sharedLibrary;
|
||||
|
||||
makeFlags = [ "CC=cc" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user