mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
parent
ea229a26a3
commit
fb19aac85d
@ -15,6 +15,11 @@ stdenv.mkDerivation rec {
|
||||
|
||||
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 = {
|
||||
description = "File Manager and User Shell for the GNU Project";
|
||||
homepage = http://www.midnight-commander.org;
|
||||
|
Loading…
Reference in New Issue
Block a user