Merge pull request #246986 from wegank/guile-platforms-1

guile-modules: support more platforms

authored by

Weijia Wang and committed by
GitHub
ef67fbd6 4b071710

+9 -7
+1 -1
pkgs/development/guile-modules/guile-cairo/default.nix
··· 45 45 ''; 46 46 license = licenses.lgpl3Plus; 47 47 maintainers = with maintainers; [ vyp ]; 48 - platforms = platforms.linux; 48 + platforms = guile.meta.platforms; 49 49 }; 50 50 }
+3 -1
pkgs/development/guile-modules/guile-fibers/default.nix
··· 3 3 , fetchFromGitHub 4 4 , autoreconfHook 5 5 , guile 6 + , libevent 6 7 , pkg-config 7 8 , texinfo 8 9 }: ··· 24 25 ]; 25 26 buildInputs = [ 26 27 guile 28 + libevent 27 29 texinfo 28 30 ]; 29 31 ··· 34 36 description = "Concurrent ML-like concurrency for Guile"; 35 37 license = licenses.lgpl3Plus; 36 38 maintainers = with maintainers; [ vyp ]; 37 - platforms = platforms.linux; 39 + platforms = guile.meta.platforms; 38 40 }; 39 41 }
+1 -1
pkgs/development/guile-modules/guile-gcrypt/default.nix
··· 37 37 homepage = "https://notabug.org/cwebber/guile-gcrypt"; 38 38 license = licenses.gpl3Plus; 39 39 maintainers = with maintainers; [ ethancedwards8 ]; 40 - platforms = platforms.linux; 40 + platforms = guile.meta.platforms; 41 41 }; 42 42 }
+1 -1
pkgs/development/guile-modules/guile-git/default.nix
··· 44 44 homepage = "https://gitlab.com/guile-git/guile-git"; 45 45 license = licenses.gpl3Plus; 46 46 maintainers = with maintainers; [ ethancedwards8 ]; 47 - platforms = platforms.linux; 47 + platforms = guile.meta.platforms; 48 48 }; 49 49 } 50 50
+1 -1
pkgs/development/guile-modules/guile-gnutls/default.nix
··· 37 37 description = "Guile bindings for GnuTLS library"; 38 38 license = licenses.lgpl21Plus; 39 39 maintainers = with maintainers; [ foo-dogsquared ]; 40 - platforms = platforms.linux; 40 + platforms = guile.meta.platforms; 41 41 }; 42 42 }
+1 -1
pkgs/development/guile-modules/guile-ssh/default.nix
··· 46 46 homepage = "https://github.com/artyom-poptsov/guile-ssh"; 47 47 license = licenses.gpl3Plus; 48 48 maintainers = with maintainers; [ ethancedwards8 ]; 49 - platforms = platforms.linux; 49 + platforms = guile.meta.platforms; 50 50 }; 51 51 }
+1 -1
pkgs/development/guile-modules/guile-xcb/default.nix
··· 35 35 description = "XCB bindings for Guile"; 36 36 license = licenses.gpl3Plus; 37 37 maintainers = with maintainers; [ vyp ]; 38 - platforms = platforms.linux; 38 + platforms = guile.meta.platforms; 39 39 }; 40 40 }