parent
ea229a26a3
commit
fb19aac85d
@ -15,6 +15,11 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
configureFlags = [ "--enable-vfs-smb" ];
|
configureFlags = [ "--enable-vfs-smb" ];
|
||||||
|
|
||||||
|
postFixup = ''
|
||||||
|
# remove unwanted build-dependency references
|
||||||
|
sed -i -e "s!PKG_CONFIG_PATH=''${PKG_CONFIG_PATH}!PKG_CONFIG_PATH=$(echo "$PKG_CONFIG_PATH" | sed -e 's/./0/g')!" $out/bin/mc
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "File Manager and User Shell for the GNU Project";
|
description = "File Manager and User Shell for the GNU Project";
|
||||||
homepage = http://www.midnight-commander.org;
|
homepage = http://www.midnight-commander.org;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user