creams: Cleaning unused dependencies
This commit is contained in:
parent
577a7c3190
commit
dc12cbe045
@ -5,7 +5,6 @@
|
|||||||
, tampi
|
, tampi
|
||||||
, mcxx
|
, mcxx
|
||||||
, icc
|
, icc
|
||||||
, strace
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -22,13 +21,11 @@ stdenv.mkDerivation rec {
|
|||||||
icc
|
icc
|
||||||
tampi
|
tampi
|
||||||
mcxx
|
mcxx
|
||||||
strace
|
|
||||||
];
|
];
|
||||||
|
|
||||||
hardeningDisable = [ "all" ];
|
hardeningDisable = [ "all" ];
|
||||||
|
|
||||||
preBuild = ''
|
configurePhase = ''
|
||||||
#export NIX_DEBUG=6
|
|
||||||
export TAMPI_HOME=${tampi}
|
export TAMPI_HOME=${tampi}
|
||||||
. etc/bashrc
|
. etc/bashrc
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user