treewide: remove redundant quotes
This commit is contained in:
@@ -5,7 +5,7 @@ stdenv.mkDerivation {
|
||||
# name due to the sed hackery below. Once patchelf 0.4 is in the
|
||||
# tree, we can do this properly.
|
||||
#name = "${klibc.name}-shrunk";
|
||||
name = "${klibc.name}";
|
||||
name = klibc.name;
|
||||
buildCommand = ''
|
||||
mkdir -p $out/lib
|
||||
cp -prd ${klibc.out}/lib/klibc/bin $out/
|
||||
|
||||
Reference in New Issue
Block a user