Loading pkgs/applications/audio/csound/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ stdenv.mkDerivation rec { pname = "csound"; version = "6.17.0"; version = "6.18.1"; hardeningDisable = [ "format" ]; Loading @@ -26,7 +26,7 @@ stdenv.mkDerivation rec { owner = "csound"; repo = "csound"; rev = version; sha256 = "sha256-O19jm3JxHg4TcQzWQZu1uFjfYN2FR41fCRq5YGnTGD0="; sha256 = "sha256-O7s92N54+zIl07eIdK/puoSve/qJ3O01fTh0TP+VdZA="; }; cmakeFlags = [ "-DBUILD_CSOUND_AC=0" ] # fails to find Score.hpp Loading Loading
pkgs/applications/audio/csound/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ stdenv.mkDerivation rec { pname = "csound"; version = "6.17.0"; version = "6.18.1"; hardeningDisable = [ "format" ]; Loading @@ -26,7 +26,7 @@ stdenv.mkDerivation rec { owner = "csound"; repo = "csound"; rev = version; sha256 = "sha256-O19jm3JxHg4TcQzWQZu1uFjfYN2FR41fCRq5YGnTGD0="; sha256 = "sha256-O7s92N54+zIl07eIdK/puoSve/qJ3O01fTh0TP+VdZA="; }; cmakeFlags = [ "-DBUILD_CSOUND_AC=0" ] # fails to find Score.hpp Loading