mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
furnace: unpin fmt (#350058)
This commit is contained in:
commit
d1fc95d725
@ -7,7 +7,7 @@
|
||||
, pkg-config
|
||||
, makeWrapper
|
||||
, fftw
|
||||
, fmt_8
|
||||
, fmt
|
||||
, freetype
|
||||
, libsndfile
|
||||
, libX11
|
||||
@ -54,7 +54,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
buildInputs = [
|
||||
fftw
|
||||
fmt_8
|
||||
fmt
|
||||
freetype
|
||||
libsndfile
|
||||
rtmidi
|
||||
|
Loading…
Reference in New Issue
Block a user