Ben Siraphob
|
c4d38733f1
|
mednafen-server: expand platforms to unix
|
2021-03-06 21:01:45 +07:00 |
|
Profpatsch
|
4a7f99d55d
|
treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
|
2021-01-11 10:38:22 +01:00 |
|
AndersonTorres
|
66bd71cf13
|
mednafen-server: convert meta.homepage to an explicit string
|
2020-03-03 09:18:04 -03:00 |
|
volth
|
46420bbaa3
|
treewide: name -> pname (easy cases) (#66585)
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
|
2019-08-15 13:41:18 +01:00 |
|
Yegor Timoshenko
|
333a425e36
|
mednafen-server: use $out/share/mednafen-server for standard.conf
|
2017-09-30 20:42:14 +00:00 |
|
AndersonTorres
|
18df335c17
|
Mednafen-server: change download location
And some minor modifications
|
2017-08-29 00:05:55 -03:00 |
|
AndersonTorres
|
b493be1bd4
|
Mednafen: 0.9.38.6 -> 0.9.38.7
|
2016-01-27 07:33:28 -02:00 |
|
AndersonTorres
|
0b9f605a2d
|
Mednafen: Updates
Mednafen: 0.9.36.4 -> 0.9.38.5
Server: 0.5.1 -> 0.5.2
|
2015-07-15 08:11:23 -03:00 |
|
AndersonTorres
|
b39e5ce957
|
Small style fixups
In this commit, I modified some files, conforming them to a
idiosyncratic standard - mainly, a template for meta attribs.
|
2014-09-10 21:34:50 -03:00 |
|
AndersonTorres
|
010833c634
|
mednafen: fix wrong URL (close #2696)
|
2014-05-20 09:16:30 +02:00 |
|
AndersonTorres
|
b1dbafbdbb
|
Mednafen: add version 0.9.34.1 + server 0.5.1
Mednafen is a portable, CLI-driven, multi-system emulator
|
2014-05-17 00:08:04 -03:00 |
|