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