treewide: remove redundant rec
This commit is contained in:
@@ -4,7 +4,7 @@ let
|
||||
# Newer versions of sdl-gpu don't work with Riko4 (corrupted graphics),
|
||||
# and this library does not have a proper release version, so let the
|
||||
# derivation for this stay next to the Riko4 derivation for now.
|
||||
sdl-gpu = stdenv.mkDerivation rec {
|
||||
sdl-gpu = stdenv.mkDerivation {
|
||||
pname = "sdl-gpu";
|
||||
version = "2018-11-01";
|
||||
src = fetchFromGitHub {
|
||||
|
||||
Reference in New Issue
Block a user