lol

Merge pull request #187642 from NobbZ/berry-fix-version

berry: patch the version in the configure script

authored by

Anderson Torres and committed by
GitHub
2021cc4e b9c7a63f

+4
+4
pkgs/applications/window-managers/berry/default.nix
··· 39 39 freetype 40 40 ]; 41 41 42 + postPatch = '' 43 + sed -i --regexp-extended 's/(pkg_verstr=").*(")/\1${version}\2/' configure 44 + ''; 45 + 42 46 preConfigure = '' 43 47 patchShebangs configure 44 48 '';