mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
racket: warn to avoid repeating #45952
This commit is contained in:
parent
768584bf35
commit
d0413d1ac9
@ -36,7 +36,7 @@ in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "racket-${version}";
|
||||
version = "7.0";
|
||||
version = "7.0"; # always change at once with ./minimal.nix
|
||||
|
||||
src = (stdenv.lib.makeOverridable ({ name, sha256 }:
|
||||
fetchurl rec {
|
||||
|
Loading…
Reference in New Issue
Block a user