Skip to content

Commit

Permalink
rigsofrods: alias to rigsofrods-bin
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank committed Mar 22, 2023
1 parent 276bb35 commit d477a19
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 239 deletions.
35 changes: 0 additions & 35 deletions pkgs/development/interpreters/angelscript/2.22.nix

This file was deleted.

59 changes: 0 additions & 59 deletions pkgs/development/libraries/mysocketw/default.nix

This file was deleted.

13 changes: 0 additions & 13 deletions pkgs/development/libraries/mysocketw/gcc.patch

This file was deleted.

42 changes: 0 additions & 42 deletions pkgs/development/libraries/ogrepaged/default.nix

This file was deleted.

42 changes: 0 additions & 42 deletions pkgs/games/rigsofrods/default.nix

This file was deleted.

29 changes: 0 additions & 29 deletions pkgs/games/rigsofrods/gtk3.patch

This file was deleted.

1 change: 1 addition & 0 deletions pkgs/top-level/aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1373,6 +1373,7 @@ mapAliases ({
rfkill = throw "rfkill has been removed, as it's included in util-linux"; # Added 2020-08-23
riak = throw "riak has been removed due to lack of maintainer to update the package"; # Added 2022-06-22
riak-cs = throw "riak-cs is not maintained anymore"; # Added 2020-10-14
rigsofrods = rigsofrods-bin; # Added 2023-03-22
rimshot = throw "rimshot has been removed, because it is broken and no longer maintained upstream"; # Added 2022-01-15
ring-daemon = jami-daemon; # Added 2021-10-26
rkt = throw "rkt was archived by upstream"; # Added 2020-05-16
Expand Down
19 changes: 0 additions & 19 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16429,8 +16429,6 @@ with pkgs;

angelscript = callPackage ../development/interpreters/angelscript { };

angelscript_2_22 = callPackage ../development/interpreters/angelscript/2.22.nix { };

babashka = callPackage ../development/interpreters/clojure/babashka.nix { };

# BQN interpreters and compilers
Expand Down Expand Up @@ -22616,8 +22614,6 @@ with pkgs;
ogre = ogre1_9;
};

mysocketw = callPackage ../development/libraries/mysocketw { };

mythes = callPackage ../development/libraries/mythes { };

nanodbc = callPackage ../development/libraries/nanodbc { };
Expand Down Expand Up @@ -22772,10 +22768,6 @@ with pkgs;
ogre1_9 = callPackage ../development/libraries/ogre/1.9.x.nix { };
ogre1_10 = callPackage ../development/libraries/ogre/1.10.x.nix { };

ogrepaged = callPackage ../development/libraries/ogrepaged {
ogre = ogre1_9;
};

olm = callPackage ../development/libraries/olm { };

one_gadget = callPackage ../development/tools/misc/one_gadget { };
Expand Down Expand Up @@ -36056,17 +36048,6 @@ with pkgs;

rftg = callPackage ../games/rftg { };

rigsofrods = callPackage ../games/rigsofrods {
angelscript = angelscript_2_22;
ogre = ogre1_9;
ogrepaged = ogrepaged.override {
ogre = ogre1_9;
};
mygui = mygui.override {
withOgre = true;
};
};

rigsofrods-bin = callPackage ../games/rigsofrods-bin { };

riko4 = callPackage ../games/riko4 { };
Expand Down

0 comments on commit d477a19

Please sign in to comment.