Emacs builds again, so first update to Emacs for a while. Python311 failed
during update, so I downgraded.
This commit is contained in:
larstvei 2022-12-22 01:15:21 +01:00
parent d84e0db584
commit 9e681067f1
3 changed files with 19 additions and 20 deletions

View File

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1668784520, "lastModified": 1671196037,
"narHash": "sha256-gGgVAMwYPPmrfnvnoRi6OkEB5KRsNTb9uYzEceLdO/g=", "narHash": "sha256-2+J98SeczFWonbqFLMEAQC7vZEe6I2gM17XYvEmG52I=",
"owner": "LnL7", "owner": "LnL7",
"repo": "nix-darwin", "repo": "nix-darwin",
"rev": "6349b99bc2b96ded34d068a88c7c5ced406b7f7f", "rev": "adb8ac0453c8b2c40f5bffb578453dbaee838952",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -23,17 +23,16 @@
"emacs-src": { "emacs-src": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1663433932, "lastModified": 1671622837,
"narHash": "sha256-JgoayvAG/dPrRVNlj3QGsmqHtKkaa+4UoLjlZP2Ndm0=", "narHash": "sha256-9v6yzJgtjEJTuacEe8hEzP541hivvNObEh2Hkyw1Mh0=",
"owner": "emacs-mirror", "owner": "emacs-mirror",
"repo": "emacs", "repo": "emacs",
"rev": "7fe22182d3abcb3124c50f717cc74925800b7720", "rev": "ad5a67996ddf23df904c09165475759e2e0a68b1",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "emacs-mirror", "owner": "emacs-mirror",
"repo": "emacs", "repo": "emacs",
"rev": "7fe22182d3abcb3124c50f717cc74925800b7720",
"type": "github" "type": "github"
} }
}, },
@ -45,11 +44,11 @@
"utils": "utils" "utils": "utils"
}, },
"locked": { "locked": {
"lastModified": 1670970889, "lastModified": 1671578428,
"narHash": "sha256-TWJo3/X3Q3r+HeX16QN4FE6ddBpGtAboymSEF+4Nnc0=", "narHash": "sha256-YmbpBcPaGz9KE2bC4xPvSdgCSMk0BmS/L3ePvy9TR/M=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "e412025fffdcd6219ddd21c65d9a1b90005ce508", "rev": "0f8bf4f92efa3c6168705b49a6788abb3612033a",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -60,11 +59,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1670700605, "lastModified": 1671447788,
"narHash": "sha256-5dlpATkcyITpdtMflhltuD+A3RNpsVI1Mb+dtKkll6Y=", "narHash": "sha256-Nitle27Q2gXkuk66VZUT+iyisT4pGQwQwU9eyExOVEk=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "7b9eeb856cbf976482fa8d1cb295ea03fb3e1277", "rev": "bfb04388d42ff49e5e81da9f0bfcb48a6367273d",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -76,11 +75,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1670857275, "lastModified": 1671458120,
"narHash": "sha256-dUA+BywwnOdoZ8wiU6pHh0cXpzbxUDRGbqtvN8QQqJM=", "narHash": "sha256-2+k/OONN4OF21TeoNjKB5sXVZv6Zvm/uEyQIW9OYCg8=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "01c02c84d3f1536c695a2ec3ddb66b8a21be152b", "rev": "e37ef84b478fa8da0ced96522adfd956fde9047a",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -22,7 +22,7 @@
}; };
emacs-src = { emacs-src = {
url = "github:emacs-mirror/emacs?rev=7fe22182d3abcb3124c50f717cc74925800b7720"; url = "github:emacs-mirror/emacs";
flake = false; flake = false;
}; };
}; };
@ -60,7 +60,7 @@
withSQLite3 = true; withSQLite3 = true;
withNS = true; withNS = true;
}).overrideAttrs (o: rec { }).overrideAttrs (o: rec {
version = "29.0.50"; version = "30.0.50";
src = inputs.emacs-src; src = inputs.emacs-src;
patches = [ patches = [

View File

@ -15,7 +15,7 @@
en-science en-science
nb nb
])) ]))
(python311.withPackages (python3.withPackages
(python-packages: with python-packages; [ (python-packages: with python-packages; [
hypothesis hypothesis
graphviz graphviz