nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 11 lines 312 B view raw
1--- a/subprojects/libshew/src/meson.build 2+++ b/subprojects/libshew/src/meson.build 3@@ -13,7 +13,7 @@ shew_sources = [ 4 libshew = library(full_name, 5 sources: shew_sources, 6 dependencies: [gtk_dep, x11_dep], 7- install_dir: pkglibdir, 8+ install_dir: get_option('prefix') / pkglibdir, 9 install: true, 10 ) 11