Loading pkgs/development/libraries/libdvdnav/4.2.1.nix +3 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,9 @@ stdenv.mkDerivation rec { configureFlags = [ "--cc=${stdenv.cc.targetPrefix}cc" # Let's strip the binaries ourselves, # as unprefixed `strip` command is not available during cross compilation. "--disable-strip" ]; preConfigure = '' Loading Loading
pkgs/development/libraries/libdvdnav/4.2.1.nix +3 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,9 @@ stdenv.mkDerivation rec { configureFlags = [ "--cc=${stdenv.cc.targetPrefix}cc" # Let's strip the binaries ourselves, # as unprefixed `strip` command is not available during cross compilation. "--disable-strip" ]; preConfigure = '' Loading