Add missing writeText, and typo
This commit is contained in:
parent
23008ef943
commit
789fa52dcd
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{ stdenv, makeWrapper, fetchFromBitbucket, fetchFromGitHub, pkgconfig
|
||||
, alsaLib, curl, glew, glfw, gtk2-x11, jansson, libjack2, libXext, libXi
|
||||
, libzip, rtaudio, rtmidi, speex }:
|
||||
, libzip, rtaudio, rtmidi, speex, writeText }:
|
||||
|
||||
let
|
||||
glfw-git = glfw.overrideAttrs (oldAttrs: rec {
|
||||
|
@ -76,7 +76,7 @@ with stdenv.lib; stdenv.mkDerivation rec {
|
|||
nativeBuildInputs = [ makeWrapper pkgconfig ];
|
||||
buildInputs = [ glfw-git alsaLib curl glew gtk2-x11 jansson libjack2 libzip rtaudio rtmidi speex ];
|
||||
|
||||
patches = [ xmonad-workaround ];
|
||||
patches = [ xmonad-patch ];
|
||||
buildFlags = "Rack";
|
||||
|
||||
installPhase = ''
|
||||
|
|
Loading…
Reference in a new issue