Update nncmpp
This commit is contained in:
parent
b72b93128b
commit
87588c12cd
|
@ -13,6 +13,8 @@ pkgs.stdenv.mkDerivation rec {
|
||||||
# Tests
|
# Tests
|
||||||
libxml2
|
libxml2
|
||||||
desktop-file-utils
|
desktop-file-utils
|
||||||
|
] ++ lib.optionals full [
|
||||||
|
librsvg
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
|
@ -30,6 +32,7 @@ pkgs.stdenv.mkDerivation rec {
|
||||||
] ++ lib.optionals full [
|
] ++ lib.optionals full [
|
||||||
fftw
|
fftw
|
||||||
fftwSinglePrec
|
fftwSinglePrec
|
||||||
|
libpng
|
||||||
libpulseaudio
|
libpulseaudio
|
||||||
xorg.libXft
|
xorg.libXft
|
||||||
xorg.libXau
|
xorg.libXau
|
||||||
|
|
Loading…
Reference in New Issue