Merge pull request #146363 from trofi/fix-musikcube-for-ncurses-6.3

musikcube: pull pending upstream inclusion fix for ncurses-6.3

authored by

Jörg Thalheim and committed by
GitHub
b4314083 6829748b

+11
+11
pkgs/applications/audio/musikcube/default.nix
··· 4 4 , boost 5 5 , curl 6 6 , fetchFromGitHub 7 + , fetchpatch 7 8 , ffmpeg 8 9 , lame 9 10 , libev ··· 25 26 rev = version; 26 27 sha256 = "1y00vwn1h10cfflxrm5bk271ak9gilhjycgi44hlkkhmf5bdgn35"; 27 28 }; 29 + 30 + patches = [ 31 + # Fix pending upstream inclusion for ncuurses-6.3 support: 32 + # https://github.com/clangen/musikcube/pull/474 33 + (fetchpatch { 34 + name = "ncurses-6.3.patch"; 35 + url = "https://github.com/clangen/musikcube/commit/1240720e27232fdb199a4da93ca6705864442026.patch"; 36 + sha256 = "0bhjgwnj6d24wb1m9xz1vi1k9xk27arba1absjbcimggn54pinid"; 37 + }) 38 + ]; 28 39 29 40 nativeBuildInputs = [ 30 41 cmake